domain
Class InverseRole

java.lang.Object
  extended by domain.GeneralRole
      extended by domain.BasicRole
          extended by domain.InverseRole
All Implemented Interfaces:
Functionable, Included, Including

public class InverseRole
extends BasicRole
implements Functionable


Field Summary
private  AtomicRole role
           
 
Constructor Summary
InverseRole(AtomicRole role)
           
 
Method Summary
 AtomicRole getRole()
           
 void setRole(AtomicRole role)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

role

private AtomicRole role
Constructor Detail

InverseRole

public InverseRole(AtomicRole role)
Method Detail

getRole

public AtomicRole getRole()

setRole

public void setRole(AtomicRole role)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object